Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.publisher.contrib--factory

This contribution is part of XML component org.nuxeo.ecm.platform.publisher.contrib inside nuxeo-platform-publisher-core-6.0.jar

Documentation

Default PublishedDocumentFactories available to use.

- CoreProxy: to manage published documents based on a proxy

- LocalFile: to manage published documents on the file system

- RemoteDocModel: to manage published documents on the server when using the remote publication

Extension Point

Extension point factory of component PublisherServiceImpl.

Contributed Items

  • <publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.impl.core.CoreProxyFactory" name="CoreProxy"/>
  • <publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.impl.localfs.FSPublishedDocumentFactory" name="LocalFile"/>
  • <publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.remoting.server.SimpleExternalDocumentModelFactory" name="RemoteDocModel"/>
  • <publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.remoting.client.ClientProxyFactory" name="ClientProxyFactory"/>

XML Source

<extension point="factory" target="org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl">

    <documentation>
      Default PublishedDocumentFactories available to use.

      - CoreProxy: to manage published documents based on a proxy

      - LocalFile: to manage published documents on the file system

      - RemoteDocModel: to manage published documents on the server when using
      the remote publication

      @author Thomas Roger(troger@nuxeo.com)
    </documentation>

    <publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.impl.core.CoreProxyFactory" name="CoreProxy"/>
    <publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.impl.localfs.FSPublishedDocumentFactory" name="LocalFile"/>
    <publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.remoting.server.SimpleExternalDocumentModelFactory" name="RemoteDocModel"/>
    <publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.remoting.client.ClientProxyFactory" name="ClientProxyFactory"/>

  </extension>